home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypercrd / nwmxcmsm / droughts.hqx / drought / background_2706.txt < prev    next >
Encoding:
Text File  |  1991-10-30  |  3.7 KB  |  189 lines

  1. -- background: 2706 from stack: in
  2. -- bmap block id: 3253
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0007
  11. -- rect: left=0 top=46 right=275 bottom=512
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 21
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 0004
  25. -- rect: left=128 top=296 right=338 bottom=177
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 1004 / 1004
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: New Button
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   printfield ("background field 1")
  37. end mouseUp
  38.  
  39.  
  40.  
  41. -- part 3 (button)
  42. -- low flags: 00
  43. -- high flags: 0004
  44. -- rect: left=73 top=296 right=338 bottom=122
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 1009 / 1009
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: Find
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   sicemfido
  56. end mouseUp
  57.  
  58.  
  59.  
  60. -- part 4 (button)
  61. -- low flags: 00
  62. -- high flags: 0004
  63. -- rect: left=18 top=296 right=338 bottom=67
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 29114 / 29114
  66. -- text alignment: 1
  67. -- font id: 0
  68. -- text size: 12
  69. -- style flags: 0
  70. -- line height: 16
  71. -- part name: pop card
  72. ----- HyperTalk script -----
  73. on mouseUp
  74.   visual effect dissolve
  75.   pop card
  76. end mouseUp
  77.  
  78.  
  79.  
  80. -- part 5 (button)
  81. -- low flags: 00
  82. -- high flags: 0004
  83. -- rect: left=293 top=296 right=338 bottom=342
  84. -- title width / last selected line: 0
  85. -- icon id / first selected line: 32650 / 32650
  86. -- text alignment: 1
  87. -- font id: 0
  88. -- text size: 12
  89. -- style flags: 0
  90. -- line height: 16
  91. -- part name: GoNext
  92. ----- HyperTalk script -----
  93. on mouseUp
  94.   push card
  95.   visual effect scroll right
  96.   go next
  97. end mouseUp
  98.  
  99.  
  100.  
  101. -- part 6 (button)
  102. -- low flags: 00
  103. -- high flags: 0004
  104. -- rect: left=238 top=296 right=338 bottom=287
  105. -- title width / last selected line: 0
  106. -- icon id / first selected line: 1016 / 1016
  107. -- text alignment: 1
  108. -- font id: 0
  109. -- text size: 12
  110. -- style flags: 0
  111. -- line height: 16
  112. -- part name: Goprev
  113. ----- HyperTalk script -----
  114. on mouseUp
  115.   push card
  116.   visual effect scroll left
  117.   go previous
  118. end mouseUp
  119.  
  120.  
  121.  
  122. -- part 7 (button)
  123. -- low flags: 00
  124. -- high flags: 0004
  125. -- rect: left=348 top=296 right=338 bottom=397
  126. -- title width / last selected line: 0
  127. -- icon id / first selected line: 130 / 130
  128. -- text alignment: 1
  129. -- font id: 0
  130. -- text size: 12
  131. -- style flags: 0
  132. -- line height: 16
  133. -- part name: go to flow chart
  134. ----- HyperTalk script -----
  135. on mouseUp
  136.   push card
  137.   visual effect checkerboard slow
  138.   go to card id 12925 of stack "database-1"
  139.   wait 10
  140.   visual effect checkerboard slow
  141.   go to card "flow chart" in stack "database-1"
  142. end mouseUp
  143.  
  144.  
  145.  
  146. -- part 8 (button)
  147. -- low flags: 00
  148. -- high flags: 0004
  149. -- rect: left=403 top=296 right=338 bottom=452
  150. -- title width / last selected line: 0
  151. -- icon id / first selected line: 1020 / 1020
  152. -- text alignment: 1
  153. -- font id: 0
  154. -- text size: 12
  155. -- style flags: 0
  156. -- line height: 16
  157. -- part name: Help
  158. ----- HyperTalk script -----
  159. on mouseUp
  160.   push card
  161.   visual effect dissolve slow to black
  162.   wait 5
  163.   visual effect dissolve slow
  164.   go to card "help" of stack "database-1"
  165. end mouseUp
  166.  
  167.  
  168.  
  169. -- part 9 (button)
  170. -- low flags: 00
  171. -- high flags: 0004
  172. -- rect: left=458 top=296 right=338 bottom=507
  173. -- title width / last selected line: 0
  174. -- icon id / first selected line: 20098 / 20098
  175. -- text alignment: 1
  176. -- font id: 0
  177. -- text size: 12
  178. -- style flags: 0
  179. -- line height: 16
  180. -- part name: New Button
  181. ----- HyperTalk script -----
  182. on mouseUp
  183.   visual effect dissolve slow to black
  184.   wait 3
  185.   visual effect dissolve slow
  186.   go to stack "Database-1"
  187. end mouseUp
  188.  
  189.